OLE client - tradução para Inglês
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

OLE client - tradução para Inglês

INTER-PROCESS COMMUNICATION MECHANISM DEVELOPED BY MICROSOFT
ActiveX Automation; COM Automation; OLE automation; OLE automation client; OLE automation controller; OLE automation server; COM automation; ActiveX automation; Activex automation; OLE client

OLE client         
OLE Client, ein Client zur Objektebindung und -einbau, eine Applikation die Informationen in Form von Objekten bekommen kann
OLE Client      
OLE client, application which can receive information in the form of an embedded object
client application         
  • alt=
  • A thin client computer
PIECE OF SOFTWARE ACCESSING A SERVER SERVICE
Client (Computing); Internet Clients; Client software; Client Application; Client application; Client Program; Client Software; Client program; Client computer; Client machine; Fat protocol; Software client; Client (software); Executable client; Client (Internet game); Clients (computing)
Klient zur Objektebindung und -einbau, eine Applikation die Informationen in Form von Objekten bekommen kann

Wikipédia

OLE Automation

In Microsoft Windows applications programming, OLE Automation (later renamed to simply Automation) is an inter-process communication mechanism created by Microsoft. It is based on a subset of Component Object Model (COM) that was intended for use by scripting languages – originally Visual Basic – but now is used by several languages on Windows. All automation objects are required to implement the IDispatch interface. It provides an infrastructure whereby applications called automation controllers can access and manipulate (i.e. set properties of or call methods on) shared automation objects that are exported by other applications. It supersedes Dynamic Data Exchange (DDE), an older mechanism for applications to control one another. As with DDE, in OLE Automation the automation controller is the "client" and the application exporting the automation objects is the "server".

Contrary to its name, automation objects do not necessarily use Microsoft OLE, although some Automation objects can be used in OLE environments. The confusion has its roots in Microsoft's earlier definition of OLE, which was previously more or less a synonym of COM.